home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
charybda
/
software
/
LaunchIt.csh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-07-26
|
597b
|
14 lines
#!/bin/csh -f
if ( -x $TMPFILEDIR/charybda/diver ) then
xwsh -bg royalblue -fg white \
-geom 80x30+100+100 -cursorfg violetred1 \
-cursorbg violetred1 -title "Launching Charydba Diver demo ..." \
-e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/launch.csh"
else
xwsh -bg royalblue -fg white \
-geom 80x30+100+100 -cursorfg violetred1 \
-cursorbg violetred1 -title "Charybda Diver demo not found" \
-e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/install.csh"
endif